
  #logoinicio{
    overflow: hidden;
    filter: opacity(0.9);
    animation-duration: 2s;
  animation-name: slidein;
  }
  #divform{
  position: relative;
  top: 10em;
  width: 50%;
}
  .fa{
  cursor: pointer;
  user-select: none;
}

.fa:hover{
  color: blue;
}
.card {
  display: flex;
  flex-direction: column; 
  background: var(--white);
position: relative;
left: 2em;
  width: 270px;
  height: 115px;
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13);
}

.div1{
  position: relative;
  left: 25px;
  width: 80%;
}
.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
}
/*Separación entre opciones
.btn-radio:not(:first-child) {
  margin-left: 5px;
}*/
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.btn-radio svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
.btn-radio svg path {
  stroke: #008FFF;
}
.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.btn-radio input {
  display: none;
}
.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.btn-radio span {
  display: inline-block;
  vertical-align: middle;

}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://k43.kn3.net/taringa/1/6/0/8/5/0/80/dnite/129.gif?3173') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#form {
  width: 250px;
  margin: 0 auto;
  height: 50px;
}

#form p {
  text-align: center;
}

#form .demo {
  font-size: 40px;
}

input[type="radio"] {
  display: none;
}

.demo {
  color: grey;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.demo:hover,
.demo:hover ~ .demo {
  color: orange;
}

input[type="radio"]:checked ~ .demo {
  color: orange;
}


/*Caras*/
.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.8rem;
  width: 100%;
}


.rating {
  background-color: rgba(0, 0, 16, 0.6);
  padding: 0.4rem 0.4rem 0.1rem 0.4rem;
  border-radius: 2.2rem;
}

svg {
  fill: rgb(242, 242, 242);
  height: 3.6rem;
  width: 3.6rem;
  margin: 0.2rem;
}

.rating-form-2 svg {
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
}

#radios .demo2 {
  position: relative;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="radio"] + svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input + svg {
  cursor: pointer;
}

input[class="super-happy"]:hover + svg,
input[class="super-happy"]:checked + svg,
input[class="super-happy"]:focus + svg {
  fill: rgb(0, 110, 217);
}

input[class="happy"]:hover + svg,
input[class="happy"]:checked + svg,
input[class="happy"]:focus + svg {
  fill: rgb(0, 204, 79);
}

input[class="neutral"]:hover + svg,
input[class="neutral"]:checked + svg,
input[class="neutral"]:focus + svg {
  fill: rgb(232, 214, 0);
}

input[class="sad"]:hover + svg,
input[class="sad"]:checked + svg,
input[class="sad"]:focus + svg {
  fill: rgb(229, 132, 0);
}

input[class="super-sad"]:hover + svg,
input[class="super-sad"]:checked + svg,
input[class="super-sad"]:focus + svg {
  fill: rgb(239, 42, 16);
}



/* Estilo de mensaje de gracias*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.mmensaje {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}


.mmensaje:first-of-type {   
  animation: showup 5s infinite;
}
.mmensaje:last-of-type {
  width:0px;
  animation: reveal 5s infinite;
}

.mmensaje:last-of-type span {
  margin-left:-355px;
  animation: slidein 5s infinite;
}


.cupon {
  margin: 0 auto;
  max-width: 200px;
}

#mcod{
  border:1px;
  border-style: solid;
  border-color: orange;
  border-radius: 5px;
}

.contenedor {
  padding: 2px 16px;
  background-color: #f1f1f1;
  width:100%;
}


.expira {
  color: red;
}




.pop_factura .tooltiptext {
  visibility: hidden;
  width: 60%;
  height: 80%;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border-color: black;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.pop_factura .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;

}

.pop_factura:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}




/*Imagen tamañao ingreso */
   @keyframes slidein {
  from {
    margin-left: 100%;
    width: 5%
  }

  to {
    margin-left: 0%;
    width: 47%;
  }



